func github.com/andybalholm/brotli.makeCommand

3 uses

	github.com/andybalholm/brotli (current package)
		backward_references.go#L124: 				*commands = append(*commands, makeCommand(&params.dist, insert_length, sr.len, sr.len_code_delta, distance_code))
		backward_references_hq.go#L556: 			*commands = append(*commands, makeCommand(&params.dist, insert_length, copy_length, int(len_code)-int(copy_length), dist_code))
		command.go#L197: func makeCommand(dist *distanceParams, insertlen uint, copylen uint, copylen_code_delta int, distance_code uint) (cmd command) {